-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(Gmail Node): Add tests for Gmail node v1 (no-changelog) #12461
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
} | ||
}, | ||
{ | ||
"parameters": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no add label operation for V1 it is under a different resource Message Label
}, | ||
{ | ||
"parameters": { | ||
"operation": "removeLabels", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with this one, it is under a different resource Message Label
}, | ||
{ | ||
"parameters": { | ||
"operation": "markAsUnread", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this operation also does not exist. for v1
}, | ||
{ | ||
"parameters": { | ||
"operation": "markAsRead", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this operation does not exist for v1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no thread resource for v1
Summary
Add tests added in #12278 for v2, to v1 node
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/NODE-2205/add-tests-to-gmail-node-v1
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)